Dartmouth BASIC - definition. What is Dartmouth BASIC
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

PROGRAMMING LANGUAGE
Dartmouth BASIC programming language; Dartmouth Basic

Dartmouth BASIC         
<language> The original BASIC language, designed by John G. Kemeny and Thomas E. Kurtz at Dartmouth College in 1963. Dartmouth BASIC first ran on a GE 235 [date?] and on an {IBM 704} on 1964-05-01. It was designed for quick and easy programming by students and beginners using Dartmouth's experimental time-sharing system. Unlike most later BASIC dialects, Dartmouth BASIC was compiled. (2003-07-02)
Basic (dance move)         
DANCE MOVE-RELATED
Basic Step; Basic movement (dance); Basic step; Basic pattern; Basic move; Basic movement; Basic figure
The basic step, basic figure, basic movement, basic pattern, or simply basic is the dance move that defines the character of a particular dance. It sets the rhythm of the dance; it is the default move to which a dancer returns, when not performing any other moves.
Dartmouth Big Green         
  • 50px
  • 50px
  • 50px
  • 50px
  • 50px
  • 50px
  • 50px
  • 50px
  • [[Keggy the Keg]], a satirical, non-official mascot, posing on the Dartmouth College Green with [[Baker Memorial Library]] in the background.
SPORTS TEAMS OF DARTMOUTH COLLEGE
Dartmouth College Men's Varsity Swim Team; Dartmouth College Men's Varsity Men; Dartmouth Ultimate Team; Dartmouth College athletic teams; Dartmouth College Big Green; Dartmouth green; Dartmouth Indians; Dartmouth Big Green ski team; Dartmouth Big Green softball; Dartmouth Big Green women's cross country; Dartmouth Big Green men's cross country; Dartmouth Big Green field hockey; Dartmouth Big Green men's golf; Dartmouth Big Green women's soccer; Dartmouth Big Green men's tennis; Dartmouth Big Green track and field; Dartmouth Big Green women's rowing; Dartmouth Big Green women's tennis; 2017 Dartmouth Big Green men's soccer team; Dartmouth Indians track and field; Leverone Field House
The Dartmouth College Big Green are the varsity and club athletic teams representing Dartmouth College, an American university located in Hanover, New Hampshire. Dartmouth's teams compete at the National Collegiate Athletic Association (NCAA) Division I level as a member of the Ivy League conference, as well as in the ECAC Hockey conference.

ويكيبيديا

Dartmouth BASIC

Dartmouth BASIC is the original version of the BASIC programming language. It was designed by two professors at Dartmouth College, John G. Kemeny and Thomas E. Kurtz. With the underlying Dartmouth Time Sharing System (DTSS), it offered an interactive programming environment to all undergraduates as well as the larger university community.

Several versions were produced at Dartmouth, implemented by undergraduate students and operating as a compile and go system. The first version ran on 1 May 1964, and it was opened to general users in June. Upgrades followed, culminating in the seventh and final release in 1979. Dartmouth also introduced a dramatically updated version known as Structured BASIC (or SBASIC) in 1975, which added various structured programming concepts. SBASIC formed the basis of the ANSI-standard Standard BASIC efforts in the early 1980s.

Most dialects of BASIC trace their history to the Fourth Edition (which added e.g. string variables, which most BASIC users take for granted, though the original could print strings), but generally leave out more esoteric features like matrix math. In contrast to the Dartmouth compilers, most other BASICs were written as interpreters. This decision allowed them to run in the limited main memory of early microcomputers. Microsoft BASIC is one example, designed to run in only 4 KB of memory. By the early 1980s, tens of millions of home computers were running some variant of the MS interpreter. It became the de facto standard for BASIC, which led to the abandonment of the ANSI SBASIC efforts. Kemeny and Kurtz later formed a company to develop and promote a version of SBASIC known as True BASIC.

Many early mainframe games trace their history to Dartmouth BASIC and the DTSS system. A selection of these were collected, in HP Time-Shared BASIC versions, in the People's Computer Company book What to do after you hit Return. Many of the original source listings in BASIC Computer Games and related works also trace their history to Dartmouth BASIC.